From: tsteven4 Date: Sat, 9 Mar 2019 14:39:59 +0000 (-0700) Subject: spelling fixes in mainwindow.cc (#318) X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~12^2~8^2~30 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22Program/%22http:/www.example.com/cgi/%22https:/%22Program?a=commitdiff_plain;h=17da90b1a3e082f726b705da6cb7010fcb2d4ac4;p=gpsbabel.git spelling fixes in mainwindow.cc (#318) --- diff --git a/gui/gpsbabelfe_de.ts b/gui/gpsbabelfe_de.ts index e8b5e0731..5d06ec9d3 100644 --- a/gui/gpsbabelfe_de.ts +++ b/gui/gpsbabelfe_de.ts @@ -593,7 +593,7 @@ Das Prgramm muss abgebrochen werden. - Process exited unsucessfully with code %1 + Process exited unsuccessfully with code %1 Prozess endete mit code %1 diff --git a/gui/gpsbabelfe_es.ts b/gui/gpsbabelfe_es.ts index 786493967..776320558 100644 --- a/gui/gpsbabelfe_es.ts +++ b/gui/gpsbabelfe_es.ts @@ -636,7 +636,7 @@ This program cannot continue. - Process exited unsucessfully with code %1 + Process exited unsuccessfully with code %1 El proceso terminó sin suerte y con el código %1 diff --git a/gui/gpsbabelfe_fr.ts b/gui/gpsbabelfe_fr.ts index d4f42a9ac..b086cedbc 100644 --- a/gui/gpsbabelfe_fr.ts +++ b/gui/gpsbabelfe_fr.ts @@ -571,7 +571,7 @@ This program cannot continue. - Process exited unsucessfully with code %1 + Process exited unsuccessfully with code %1 diff --git a/gui/gpsbabelfe_hu.ts b/gui/gpsbabelfe_hu.ts index d0fecfd08..5bbbc6fe0 100644 --- a/gui/gpsbabelfe_hu.ts +++ b/gui/gpsbabelfe_hu.ts @@ -571,7 +571,7 @@ This program cannot continue. - Process exited unsucessfully with code %1 + Process exited unsuccessfully with code %1 diff --git a/gui/gpsbabelfe_it.ts b/gui/gpsbabelfe_it.ts index 1ba44871f..54160d169 100644 --- a/gui/gpsbabelfe_it.ts +++ b/gui/gpsbabelfe_it.ts @@ -793,7 +793,7 @@ Questo programma non può proseguire. - Process exited unsucessfully with code %1 + Process exited unsuccessfully with code %1 Il processo è terminato con il codice di errorre %1 diff --git a/gui/gpsbabelfe_ru.ts b/gui/gpsbabelfe_ru.ts index 0427b608a..55236ebaf 100644 --- a/gui/gpsbabelfe_ru.ts +++ b/gui/gpsbabelfe_ru.ts @@ -791,7 +791,7 @@ This program cannot continue. - Process exited unsucessfully with code %1 + Process exited unsuccessfully with code %1 Процесс завершился неудачей с кодом %1 diff --git a/gui/mainwindow.cc b/gui/mainwindow.cc index ae359bd4f..781c946dc 100644 --- a/gui/mainwindow.cc +++ b/gui/mainwindow.cc @@ -103,7 +103,7 @@ static QString MakeOptions(const QList& options) str += "," + option.getName() + "=" + option.getValue().toString(); } } else { - // For every boolean option not selected, explictly + // For every boolean option not selected, explicitly // turn it off here, but only if the default isn't zero // or given. if (option.getType() == FormatOption::OPTbool && @@ -887,7 +887,7 @@ bool MainWindow::runGpsbabel(const QStringList& args, QString& errorString, retStatus = true; } else { errorString = - QString(tr("Process exited unsucessfully with code %1")) + QString(tr("Process exited unsuccessfully with code %1")) .arg(exitCode); retStatus = false; }